ngl: Fix up some debug printouts
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Mar 2021 23:26:15 +0000 (18:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Mar 2021 23:26:15 +0000 (18:26 -0500)
gsk/ngl/gsknglcommandqueue.c

index d955f49bc3bccf5fbf4953f48c49666518b04842..aff201cb4aaa46c4be51ee4efa912802899ea3b0 100644 (file)
@@ -143,7 +143,7 @@ G_GNUC_UNUSED static inline void
 gsk_ngl_command_queue_print_batch (GskNglCommandQueue       *self,
                                    const GskNglCommandBatch *batch)
 {
-  static const char *command_kinds[] = { "Clear", NULL, NULL, "Draw", };
+  static const char *command_kinds[] = { "Clear", "Draw", };
   guint framebuffer_id;
 
   g_assert (GSK_IS_NGL_COMMAND_QUEUE (self));